From 3137d326c5815959a7291e2a74c6bfec0980a7a3 Mon Sep 17 00:00:00 2001 From: Ernestas Kulik Date: Tue, 3 Jul 2018 12:32:41 +0300 Subject: [PATCH] docs: Add new DnD types 7733f646d6985f2d90e43507b8063719e44288ba renamed GdkDragContext to GdkDrag, which broke the docs, as a reference to gdk_drag_context_get_type() still exists. This commit renames the type accordingly and adds GdkDrop. --- docs/reference/gdk/gdk4.types | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/reference/gdk/gdk4.types b/docs/reference/gdk/gdk4.types index de343d2abe..2fef32ea30 100644 --- a/docs/reference/gdk/gdk4.types +++ b/docs/reference/gdk/gdk4.types @@ -9,7 +9,8 @@ gdk_device_pad_get_type gdk_device_tool_get_type gdk_display_get_type gdk_display_manager_get_type -gdk_drag_context_get_type +gdk_drag_get_type +gdk_drop_get_type gdk_event_get_type gdk_frame_clock_get_type gdk_gl_context_get_type -- 2.30.2